home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-01 | 39.4 KB | 1,628 lines |
- ///////////////////////////////
- //
- // Help for error system in RDBLIB
- //
- ///////////////////////////////
-
- //////////////////////////////////////////
- // Table of Contents/Index
- /////////////////////////////////////////
- /topic INDEX
-
- /title Error System Help
-
- /para \sa150 \brdrb \brdrth
- /text \b\fs40,Error System Help
- /endpara
-
- /para \fi200 \sa150
- This help provides information on the errors that may happen while
- you are running a Visual Basic program. It provides an indication
- of the cause of the error and what possible actions you may be
- able to perform to correct the error.
-
- /endpara
-
- /para
- Help is provided on the following types of errors:
- \line
- /link UnrecoverableErrors,Unrecoverable Errors
- \line
- /link RecoverableErrors,Recoverable Errors
- \line
- /link Error6,Error 6 - Overflow
- \line
- /link Error7,Out of Memory Errors
- \line
- /link Error11,Error 11 - Division By Zero
- \line
- /link Error48,Error in Loading DLL or Custom Control
- \line
- /link Error53,Error 53 - File Not Found
- \line
- /link Error57,Error 57 - Device I/O Error
- \line
- /link Error58,Error 58 - File Already Exists
- \line
- /link Error61,Error 61 - Disk Full
- \line
- /link Error64,Error 64 - Bad File Name
- \line
- /link Error67,Error 67 - Too Many Files
- \line
- /link Error68,Error 68 - Device Unavailable
- \line
- /link Error70,Permission Denied
- \line
- /link Error71,Error 71 - Disk Not Ready
- \line
- /link Error74,Path/File Access Error
- \line
- /link Error76,Error 76 - Path Not Found
- \line
- /link ErrorDDE,DDE Errors
- \line
- /link Error282,Error 282 - No Application Responded To a DDE Initiate
- \line
- /link Error283,Error 283 - Multiple Applications Responded to DDE Initiate
- \line
- /link Error320,Error 320 - Can't Use Character Device Name
- \line
- /link OleErrors,OLE Errors
- \line
- /link Error31023,Error 31023 - Invalid or Unknown Class
- \line
- /link PrinterError,Printer Errors
- \line
- /link HelpError,Help Errors
- \line
- /link ODBCErrors,ODBC Errors
- \line
- /link DataAccessError,Data Access Errors
- \line
- /link DatabaseLockErrors,DataBase Lock Errors
- \line
- /link Error3022,Error 3022 - Can't Have Duplicate Key
- \line
- /link PasswordErrors,Invalid Account Name or Password Errors
- \line
- /link Error3049,Error 3049 - Database is Corrupted
- \line
- /link Error3050,Error 3050 - SHARE.EXE errors
- \line
- /link Error3058,Error 3058 - Can't Have Null Value In Index
- \line
- /link DBPermissionErrors,Database Permission Errors
- \line
- /link NullErrors,Null Errors
- \line
- /link Error3170,Error 3170 - Couldn't Find Installable ISAM
- \line
- /endpara
-
- /endtopic
-
- /topic UnrecoverableErrors
-
- /title Unrecoverable Program Errors
- /keywords Error3;Error5;Error9;Error10;Error13;Error14
- /keywords Error16;Error17;Error19;Erorr20;Error28;Error35
- /keywords Error49;Error51;Erorr52;Error54;Error55;Error59
- /keywords Error62;Erorr63;Error74;Error260;Error321;Error340
- /keywords Error341;Error343;Error344;Error345;Error361
- /keywords Error381;Error385;Error401;Error402;Error403;Error404
- /keywords Error420;Error460;Error20476;Error20574
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Unrecoverable Program Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This class of errors is created by a programming error that leads to a
- error condition that typically can not be recovered from.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Report this problem to the developer by creating
- and printing a problem report. Please provide as much information
- as possible about what you were doing that lead up to the error
- condition.
- \line
- \line
- You will probably have to Abort the program. Occasionally you may
- be able to skip the error and continue. However, the program is not
- likely to function correctly after doing so.
-
- /endpara
-
- /endtopic
-
- /topic RecoverableErrors
-
- /title Recoverable Program Errors
- /keywords Error360;Error362;Error364;Error365;Error366;Error381
- /keywords Error382;Error383;Error384;Error386;Error387;Error388
- /keywords Error389;Error390;Error391;Error392;Error393;Error394
- /keywords Error395;Error400;Error421;Error422;Error423;Error424
- /keywords Error425;Error426;Error427;Error428;Error460;Error480
- /keywords Error481;Error520;Error521
- /keywords Error30000;Error30001;Error30002;Error30004;Error30005
- /keywords Error30008;Error30009;Error30010;Error30011;Error30013
- /keywords Error30014;Error30015;Error30016;Error30017;Error30018
- /keywords Error30019;Error32755
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Recoverable Program Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This class of errors is created by a programming error that leads to a
- error condition that typically can be recovered from.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Report this problem to the developer by creating
- and printing a problem report. Please provide as much information
- as possible about what you were doing that lead up to the error
- condition.
- \line
- \line
- You will probably be able to skip the error and continue
- with minimal, if any, affect on the operation of the program.
- However in some cases, the program may not function correctly
- after doing so or may lead to incorrect or unexpected results.
-
- /endpara
-
- /endtopic
-
-
-
- /topic Error6
-
- /title Error 6 - Overflow
- /keywords Error6
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 6 - Overflow
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is created by a value becoming greater than
- expected and exceeding the maximum established for this type
- of field.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Report this problem to the developer by creating
- and printing a problem report. Try to identify the field value(s)
- that may be exceeding the maximum.
- \line
- \line
- You can try to skip this error. Either the maximum value or zero
- will probably be substituted for the invalid value. This may
- cause the program to not function as expected or provide incorrect
- results.
-
- /endpara
-
- /endtopic
-
-
- /topic Error7
-
- /title Out of Memory Errors
- /keywords Error7,Error342;Error30006;Error31001;Error20478;Error32752
- /keywords Error32757;Error32758;Error32759;Error32760;Error32761
- /keywords Error32765;Error3035;Error3038;Error3178
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Out of Memory Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
- /para
- There is not enough memory remaining to perform the requested function.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Reduce the amount of memory currently in use by ending some other
- applications and then press the Retry button to retry the function.
- \line
- \line
- If ending other applications does not correct the problem press the
- Abort button. Then restart the system and retry the
- function that originally created the problem.
- \line
- \line
- If all attempts to eliminate the problem are unsuccessful then
- report the problem to the developer by creating and printing a problem
- report form and sending it to the developer.
-
-
- /endpara
-
- /endtopic
-
-
-
- /topic Error11
-
- /title Error 11 - Division By Zero
- /keywords Error11
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 11 - Division By Zero
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is created by a condition that lead to a division by
- zero. This may be caused by not entering required data in some
- cases.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- This problem should be reported to the developer so they may add
- code to the program to prevent the division by zero error from
- happening. You can do this by pressing the Create a Problem
- Error Report button and printing the problem report.
-
- \line
- \line
-
- You may try skipping this error. Zero or the maximum value allowed
- will probably be substituted for the result. This may cause
- unexpected results from the program.
-
- /endpara
-
- /endtopic
-
-
-
- /topic Error48
-
- /title Error 48 - Error in Loading DLL or Custom Control
- /keywords Error48,Error363;Error441;Error648
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 48 - Error in Loading DLL or Custom Control
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An error has occurred in loading a Dynamic Link Library module
- or custom control for
- this program. This may be caused by a failure in the installation
- process.
-
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If the installation process was not successful
- press the Abort button to end this application and then
- re-install the system.
- \line
- \line
- If this error reoccurs press create a problem report and print it
- for the developer.
-
- /endpara
-
- /endtopic
-
-
- /topic Error53
-
- /title Error 53 - File Not Found
- /keywords Error53
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 53 - File Not Found
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The file indicated was not found. This is probably caused by
- entering an invalid file name. It may also be caused if some of
- the system files were not installed correctly.
-
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If the problem is a result of you specifying an invalid file name
- restart the application and specify a correct name.
-
- \line
- \line
- If the installation process had problems re-install the system.
-
- \line
- \line
- If the problem keep reoccurring then create a probelm report and print
- it for the developer.
-
- /endpara
-
- /endtopic
-
-
- /topic Error57
-
- /title Error 57 - Device I/O Error
- /keywords Error57;Error3040
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 57 - Device I/O Error
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is created by an Input/Output error on a device, e.g.
- floppy disk drive, etc.
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Check the device and the media to insure they are setup properly.
- This may be caused by bad media, e.g. floppy disk, etc. Try a
- different disk, etc. if possible.
-
- \line
- \line
- After attempting to correct the problem press the Retry button.
-
- /endpara
-
- /endtopic
-
-
- /topic Error58
-
- /title Error 58 - File Already Exists
- /keywords Error58
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 58 - File Already Exists
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This specified file already exists.
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Specify a different file name if possible.
-
- \line
- \line
- If you want to use this file name either rename or delete the
- current file with this name.
-
- /endpara
-
- /endtopic
-
-
- /topic Error61
-
- /title Error 61 - Disk Full
- /keywords Error61;Error3026;Error3183
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 61 - Disk Full
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The disk you were writing to is full.
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If possible delete some of the files on the disk to make additional
- room. Then press the Retry button to attempt to continue the
- function.
-
- \line
- \line
-
- If you are writing to a floppy disk you may be able to use a different
- disk and retry the function.
-
- /endpara
-
- /endtopic
-
- /topic Error64
-
- /title Error 64 - Bad File Name
- /keywords Error64;Error20477;Error3055
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 64 - Bad File Name
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The file name specified is an invalid file name. This may be caused
- by you entering a file name that doesn't follow the DOS file naming
- conventions. Valid DOS file names are
- up to eight characters/digits (the first of which must be an
- alphabetic character) followed by a period (.)
- and up to 3 characters/digits (the first of which must be an
- alphabetic character).
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If possible specify a different file name that follows the file naming
- conventions. It may be necessary to abort this run and perform the
- function again.
-
- /endpara
-
- /endtopic
-
-
- /topic Error67
-
- /title Error 67 - Too Many Files
- /keywords Error67;Error3042
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 67 - Too Many Files
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is created by the system opening more files than have
- been allowed for by the operating system.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- First attempt to close files in other systems or close other
- applications and then press the Retry button.
-
- \line
- \line
- The maximum number of files can be increased by increasing the FILES=
- parameter in your CONFIG.SYS file. Consult your DOS documentation or
- local support staff for additional information.
-
- /endpara
-
- /endtopic
-
- /topic Error68
-
- /title Error 68 - Device Unavailable
- /keywords Error68
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 68 - Device Unavailable
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The device that the system is attempting to use is not available.
- This may be caused by specifying an incorrect device address, e.g.
- floppy disk drive, etc.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Insure all devices that the system would be using are properly
- connected and turned on.
-
- \line
- \line
- You can press the Retry button to attempt the operation again.
-
- /endpara
-
- /endtopic
-
- /topic Error70
-
- /title Error 70 - Permission Denied
- /keywords Error70;Error3107;Error3108;Error3109;Error3110;Error311
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 70 - Permission Denied
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error was probably caused because you do not have the permission
- (authority) level required to perform the attempted operation on
- a file the system is using.
-
- \line
- \line
- Persmission (authority) levels are usually administered by your Local
- Area Network (LAN) administrator of security administrator.
-
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Contact your LAN or security administrator to have them provide the
- necessary level of permission (authority) to the files used by the
- system.
-
- /endpara
-
- /endtopic
-
- /topic Error71
-
- /title Error 71 - Disk Not Ready
- /keywords Error71
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 71 - Disk Not Ready
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The disk the system is attempting to use is not ready.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Insure the floppy disk is inserted in the diskette drive correctly
- and fully.
-
- \line
- \line
- Press the Retry button to attempt the operation again.
-
- /endpara
-
- /endtopic
-
- /topic Error74
-
- /title Error 74 - Path/File Access Error
- /keywords Error74
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 74 - Path/File Access Error
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is probably caused by specifying an incorrect or non-existant
- path and/or file name.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Change the path/file name if possible to a correct file name and/or
- existing path.
-
- \line
- \line
- It may be necessary to abort the system and then perform the function
- again with a correct path/file name.
-
- /endpara
-
- /endtopic
-
-
- /topic Error76
-
- /title Error 76 - Path Not Found
- /keywords Error74
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 76 - Path Not Found
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is probably caused by specifying an incorrect or non-existant
- path name.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Change the path name if possible to a correct and/or
- existing path.
-
- \line
- \line
- It may be necessary to abort the system and then perform the function
- again with a correct path/file name.
-
- /endpara
-
- /endtopic
-
- /topic ErrorDDE
-
- /title DDE Errors
- /keywords Error280;Error281;Error284;Error285;Error286;Error287
- /keywords Error288;Error289;Error290;Error291;Error292;Error293
- /keywords Error294;Error295;Error296;Error297;Error298
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, DDE Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error is created by a failure in the DDE communications
- with another application.
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to correct the error condition if it's cause is apparent
- from the error message.
-
- \line
- \line
- Attempt to retry the function a few times. If this does not resolve
- the problem create a problem report and abort the application.
-
- /endpara
-
- /endtopic
-
-
- /topic Error282
-
- /title Error 282 - No Application Responded To a DDE Initiate
- /keywords Error282
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 282 - No Application Responded To a DDE Initiate
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- Another application failed to respond to this application's request
- to start a DDE conversation. This may be because the required
- application is not present on your system. Or it may be caused
- by problems in starting the required application.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Insure the required application is installed on your system. You may
- try starting the application yourself and then Retry this function.
-
- /endpara
-
- /endtopic
-
-
- /topic Error283
-
- /title Error 283 - Multiple Applications Responded to DDE Initiate
- /keywords Error283
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 283 - Multiple Applications Responded to DDE Initiate
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- There are multiple copies of the requested DDE application running at
- this time.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Switch to and end the last occurrence(s) of the requested DDE
- application. A single (the first) occurence of the application should
- remain running. Then press the Retry button to attempt the function
- again.
-
- /endpara
-
- /endtopic
-
-
- /topic Error320
-
- /title Error 320 - Can't Use Character Device Name
- /keywords Error320
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 320 - Can't Use Character Device Name
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- A character device, e.g. PRN, LPT1, etc. may not be used at this
- point.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Specify a valid file name that does not reference a character
- device, e.g. PRN, LPT1, etc.
-
- /endpara
-
- /endtopic
-
- /topic OleErrors
-
- /title OLE Errors
- /keywords Error429;Error430;Error431;Error432;Error433;Error434
- /keywords Error435;Error436;Error437;Error438;Error439;Error440
- /keywords Error442;Error443;Error444;Error31003;Error31004
- /keywords Error31006;Error31007;Error31008;Error31009;Error31017
- /keywords Error31018;Error31019;Error31021;Error31022;Error31024
- /keywords Error31026;Error31027;Error31028;Error31029;Error31031
- /keywords Error31032;Error31033;Error31034;Error31035;Error31036
- /keywords Error31037;Error31038;Error31039
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, OLE Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This class of errors is created by an error condition in an Object
- Linking & Embedding (OLE) Function. The specific type of error
- is indicated in the message.
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Try to correct the problem if it's cause can be determined from
- the error message.
- \line
- \line
- Retry the function multiple times. If the problem persists create
- and print a problem report for the developer and then abort the
- program.
-
- /endpara
-
- /endtopic
-
- /topic Error31023
-
- /title Error 31023 - Invalid or Unknown Class
- /keywords Error31023
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 31023 - Invalid or Unknown Class
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The object class specified in either invalid or unknown. This may
- be because the referenced application is not installed on your
- system.
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Specify a different object class if possible.
-
- \line
- \line
- Verify that the referenced application is correctly installed on
- your system.
-
- /endpara
-
- /endtopic
-
- /topic PrinterError
-
- /title Printer Errors
- /keywords Error482;Error28660;Error28661;Error28662;Error28663
- /keywords Error28664;Error28665;Error28666;Error28667;Error28668
- /keywords Error28669;Error28670;Error28671
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Printer Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- Some type of error has occurred on the printer or a function
- referencing a printer.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to resolve the problem and then press the Retry button to
- perform the function again.
-
- /endpara
-
- /endtopic
-
-
- /topic HelpError
-
- /title Help Errors
- /keywords Error32751
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Help Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An error occurred in obtaining help. The specific type of error
- is indicated in the message provided.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to correct the problem if it's cause is apparent from the
- message provided and then retry the function.
-
- \line
- \line
- If the problem continues create and print a problem report form for
- the developer.
-
- /endpara
-
- /endtopic
-
- /topic ODBCErrors
-
- /title ODBC Errors
- /keywords Error600;Error601;Error602;Error603;Error604;Error605
- /keywords Error606;Error607;Error608;Error609;Error610;Error611
- /keywords Error612;Error613;Error614;Error615;Error616;Error617
- /keywords Error618;Error619;Error620;Error621;Error622;Error623
- /keywords Error624;Error625;Error626;Error627;Error628;Error629
- /keywords Error630;Error631;Error632;Error633;Error634;Error635
- /keywords Error636;Error637;Error638;Error639;Error640;Error641
- /keywords Error642;Error643;Error644;Error645;Error646;Error647
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, ODBC Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An error occurred while performing an Open Data Base Connectivity
- (ODBC) related function. The specific type of error is indicated
- in the error message.
-
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to correct the cause of the problem if it is apparent from
- the message provided. You may need the assistance of your local
- application and/or database support group to resolve the problem
-
- \line
- \line
- You may want to create a problem report to assist the developer and/or
- your local support staff in resolving the problem.
-
-
- /endpara
-
- /endtopic
-
- /topic DataAccessError
-
- /title Data Access Errors
- /keywords Error3001;Error3002;Error3003;Error3004;Error3005;Error3007
- /keywords Error3010;Error3011;Error3012;Error3013;Error3014;Error3015
- /keywords Error3016;Error3017;Error3018;Error3019;Error3020;Error3021
- /keywords Error3023;Error3024;Error3025;Error3027;Error3028;Error3034
- /keywords Error3036;Error3037;Error3039;Error3041;Error3043;Error3044
- /keywords Error3045;Error3047;Error3048;Error3053;Error3054
- /keywords Error3056;Error3057;Error3059;Error3060;Error3061;Error3062
- /keywords Error3063;Error3064;Error3065;Error3066;Error3067;Error3068
- /keywords Error3069;Error3070;Error3071;Error3073;Error3074;Error3075
- /keywords Error3076;Error3077;Error3078;Error3079;Error3080;Error3081
- /keywords Error3082;Error3083;Error3084;Error3085;Error3086;Error3087
- /keywords Error3088;Error3089;Error3090;Error3091;Error3092;Error3093
- /keywords Error3094;Error3095;Error3096;Error3097;Error3098;Error3099
- /keywords Error3100;Error3101;Error3102;Error3103;Error3104;Error3105
- /keywords Error3106;Error3113;Error3114;Error3115;Error3116;Error3117
- /keywords Error3118;Error3119;Error3120;Error3121;Error3122;Error3123
- /keywords Error3124;Error3125;Error3126;Error3127;Error3128;Error3129
- /keywords Error3130;Error3131;Error3132;Error3133;Error3134;Error3135
- /keywords Error3136;Error3137;Error3138;Error3139;Error3140;Error3141
- /keywords Error3142;Error3143;Error3144;Error3145;Error3146;Error3147
- /keywords Error3148;Error3149;Error3150;Error3151;Error3152;Error3153
- /keywords Error3154;Error3155;Error3156;Error3157;Error3159;Error3160
- /keywords Error3161;Error3163;Error3164;Error3165;Error3166;Error3167
- /keywords Error3168;Error3169;Error3171;Error3172;Error3173;Error3174
- /keywords Error3175;Error3176;Error3177;Error3179;Error3180;Error3181
- /keywords Error3182;Error3184;Error3185;Error3190;Error3191;Error3192
- /keywords Error3196;Error3198;Error3200;Error3201;Error3203;Error3204
- /keywords Error3205;Error3206;Error3207;Error3208;Error3209;Error3210
- /keywords Error3213;Error3214;Error3215;Error3216;Error3217;Error3219
- /keywords Error3220;Error3221;Error3222;Error3223;Error3224;Error3225
- /keywords Error3226;Error3227;Error3228;Error3229;Error3230;Error3231
- /keywords Error3232;Error3233;Error3234;Error3235;Error3236;Error3237
- /keywords Error3238;Error3239;Error3240;Error3241;Error3242;Error3243
- /keywords Error3244;Error3245;Error3246;Error3247;Error3248;Error3249
- /keywords Error3250;Error3251;Error3252;Error3254;Error3255;Error3256
- /keywords Error3257;Error3258;Error3259;Error3263;Error3264;Error3265
- /keywords Error3266;Error3267;Error3268;Error3269;Error3270;Error3271
- /keywords Error3272;Error3273;Error3274;Error3275;Error3276;Error3277
- /keywords Error3278;Error3279;Error3280;Error3281;Error3282;Error3283
- /keywords Error3284;Error3285;Error3286;Error3287;Erorr3288;Error3289
- /keywords Error3290;Error3291;Error3292;Error3293;Error3294;Error3295
- /keywords Error3296;Error3297;Error3298;Error3299
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Data Access Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An error has occurred in accessing a database or a database related
- function. The specific error is indicated in the error message.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to correct the cause of the problem if it is apparent from
- the error message. You can retry the function by pressing the Retry
- button.
-
- \line
- \line
- If the problem persists create and print a problem report form.
- You will problably need the assistance of your local application
- and/or database support group and/or the developer to resolve these
- problems.
-
- /endpara
-
- /endtopic
-
- /topic DatabaseLockErrors
-
- /title DataBase Lock Errors
- /keywords Error3006;Error3008;Error3009;Error3046;Error3158
- /keywords Error3186;Error3187;Error3188;Error3189;Error3197
- /keywords Error3202;Error3211;Error3212;Error3218;Error3260
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Database Lock Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The function being attempted requires that the database be "locked",
- e.g. made available for your exclusive use. Currently another user
- or function has the database open so it can't be locked for your
- exclusive use.
-
- \line
- \line
- This problem may be caused by high activity rates on your network at
- times.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Attempt to retry the function a few times to see if the problem was
- a temporary one caused by high activity.
-
- \line
- \line
- If possible have other users terminate the application(s) that are
- using the database. Terminate any applications or functions within
- this application that are using the database. Then Retry the function.
-
- \line
- \line
- Some functions, e.g. database reorganizations, repairs, etc. require
- that a single user be accessing the database. If you are attempting
- this type of function try to schedule these activities at a time
- when other users are not likely to need the database.
-
- /endpara
-
- /endtopic
-
- /topic Error3022
-
- /title Error 3022 - Can't Have Duplicate Key
- /keywords Error3022
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 3022 - Can't Have Duplicate Key
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An attempt was made to add a record to a database with a key that
- duplicates an existing record.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Change the key to a different value that does not duplicate an
- existing key.
-
- \line
- \line
- You may want to use the "Edit" function to edit an existing record
- instead of adding a new one.
-
- /endpara
-
- /endtopic
-
-
- /topic PasswordErrors
-
- /title Invalid Account Name or Password Errors
- /keywords Error3029;Error3030;Error3031;Error3032;Error3033
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Invalid Account Name or Password Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The account name and/or password provided is not valid to obtain
- access to the database.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Provide the correct account name (user id) and password that is
- required to obtain access to the database.
-
- /endpara
-
- /endtopic
-
-
- /topic Error3049
-
- /title Error 3049 - Database is Corrupted
- /keywords Error3049
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 3049 - Database Is Corrupted
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The database indicated has probably become corrupted. This can happen
- if a application that is writing to this database aborts in the middle
- of an operation.
-
- \line
- \line
- It is also possible that the file you are referencing is not a Visual
- Basic Database at all.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If you are referencing an invalid file correct the file name.
-
- \line
- \line
- Use the "Repair" or "Compress/Reorganize" function within the application
- to attempt repair of the database that is in error.
-
- /endpara
-
- /endtopic
-
-
- /topic Error3050
-
- /title Error 3050 - SHARE.EXE errors
- /keywords Error3050;Error3052
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 3050 - SHARE.EXE errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- In order to provide multiuser access to database the program SHARE.EXE
- (or an equivalent program) must be loaded in the system.
-
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- The program SHARE.EXE should exist in your DOS directory.
- SHARE can be started by entering the following command
- SHARE /L:500 at the DOS prompt or you can add it to your
- AUTOEXEC.BAT file. Consult your application support staff if
- you need assistance with this function.
-
- /endpara
-
- /endtopic
-
- /topic CantOpenError
-
- /title Can't Open File Errors
- /keywords Error3051
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Can't Open File Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The file indicated couldn't be opened for use. This generally is caused
- because another user on the network, or another function on this
- workstation, has control of the file.
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If possible have other users terminate the application(s) that are
- using the database. Terminate any applications or functions within
- this application that are using the database. Then Retry the function.
-
- \line
- \line
- Some functions, e.g. database reorganizations, repairs, etc. require
- that a single user be accessing the database. If you are attempting
- this type of function try to schedule these activities at a time
- when other users are not likely to need the database.
-
- \line
- \line
- If you are unable to free the database you will need to abort
- this function.
-
- /endpara
-
- /endtopic
-
- /topic Error3058
-
- /title Error 3058 - Can't Have Null Value In Index
- /keywords Error58
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 3058 - Can't Have Null Value In Index
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- An attempt was made to add a record with a Null (empty) value in a
- key field.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Enter a value into all key fields in the record.
-
- /endpara
-
- /endtopic
-
-
- /topic DBPermissionErrors
-
- /title Database Permission Errors
- /keywords Error3107;Error3108;Error3109;Error3110;Error3111
- /keywords Error3112
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Database Permission Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- This error was probably caused because you do not have the permission
- (authority) level required to perform the attempted operation on
- the database the system is using.
-
- \line
- \line
- Persmission (authority) levels are usually administered by your Local
- Area Network (LAN) administrator or security administrator.
-
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Contact your LAN or security administrator to have them provide the
- necessary level of permission (authority) to the databases used by the
- system.
-
- /endpara
-
- /endtopic
-
-
- /topic NullErrors
-
- /title Null Errors
- /keywords Error3162
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Null Errors
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- A null (empty) value is not valid in this context.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- If you are entering values for fields enter a value.
-
- \line
- \line
- This error can usually be skipped to allow the program to continue.
- If the error persists create and print a problem report form for the
- developer so they can add code to prevent this error from happening.
-
- /endpara
-
- /endtopic
-
-
- /topic Error3170
-
- /title Error 3170 - Couldn't Find Installable ISAM
- /keywords Error3170
-
- /para \sa150 \ql \brdrb \brdrth
- /text \cf4 \b \fs30, Error 3170 - Couldn't Find Installable ISAM
- /endpara
-
- /para
- /text \cf8 \b \fs30, Cause
- /endpara
-
- /para
- The system could not find the database drivers required to access
- a database. Normally these drivers are located in the windows
- system directory. The location of these drivers must be defined in the
- INI file for the application.
-
- \line
- /endpara
-
- /para
- /text \cf8 \b \fs30, Action
- /endpara
-
- /para
- Insure that the application has an INI file in your windows directory.
- Also insure that it has entries for the installable ISAM drivers
- you will be using. Contact the developer and/or your local
- application support staff for assistance in setting up a proper INI
- file for the application.
-
- /endpara
-
- /endtopic
-
-
- /////////// End Of File rberror.qdh //////////////////////
-
-
-
-
-
-